fdf Function

public function fdf(x, c, n, df) result(p)

вычисление значения полинома и его производной

Arguments

Type IntentOptional Attributes Name
real(kind=wp), intent(in) :: x
real(kind=wp), intent(in) :: c(n)
integer, intent(in) :: n
real(kind=wp), intent(out) :: df

Return Value real(kind=wp)